div {
    text-align: center;
    color: black;
    background-color: bisque;
    border-radius: 25px 15px;
}
nav {
    padding-bottom: 1px;
    background-color: rgb(153, 45, 153);
    text-decoration: none;
    font-size: 25px;
}

header a:hover{
    color: rgb(3, 25, 90);
}
strong{
    color: rgb(16, 53, 218);
    font-style: oblique;
    text-decoration: dotted;
}
a{
    text-decoration: none;
    color: rgb(174, 64, 242);
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
    padding-top: 15px;

    font-size: 13pt;
}
ul {
    text-align: center;
}

img {
    width: 400px;
    height: 400px;
    background-color: rgb(192, 230, 241);
    text-align: center;
}
h1{
    font-style: italic;
    font-size: 20px ; 
    font-weight:bold;
    text-align: center;
}
h2{
    font-style: italic;
    font-size: 20px ;
    font-weight: bold; 
    color: rgb(66, 96, 230);
    text-align: center;
}
h3{
    font-style: italic;
    font-size: 20px ; 
    font-weight:bold;
     color: rgb(35, 57, 171);
}
h4{
    font-style: italic;
    font-size: 20px ; 
    font-weight:bold;
    color: rgb(2, 7, 7);
}

p1{
    text-align: center;
    font-style: italic;
    font-size: 20px ; 
}
p2{
    font-style: italic;
    font-size: 20px ; 
    text-align: center;
}
p3{
    font-style: italic;
    font-size: 20px ; 
    text-align: center;
}
p4{
    font-style: italic;
    font-size: 20px ; 
    text-align: center;
}

*{
    background-color: antiquewhite;
}

    
    footer{
    
    background-color: #C0C0C0; 
    margin-top: 350px;
     padding-top: 15px;
     padding-bottom: 15px;
     }